StylePackErrorType

enum StylePackErrorType

Describes the reason for a style package download request failure.

Constructors

StylePackErrorType
Link copied to clipboard
open fun StylePackErrorType(str: String)

Entries

CANCELED
Link copied to clipboard
The operation was canceled.
DOES_NOT_EXIST
Link copied to clipboard
The style package does not exist.
DISK_FULL
Link copied to clipboard
There is no available space to store the resources.
OTHER
Link copied to clipboard
Other reason.

Functions

toString
Link copied to clipboard
open fun toString(): String